Home:ALL Converter>Change DNS programmatically (for both Sim Network/ Wifi) | Android

Change DNS programmatically (for both Sim Network/ Wifi) | Android

Ask Time:2020-03-04T00:44:23         Author:Muhammad Hamza

Json Formatter

I want to change the dns for both mobile network or wifi using my android app. I have found few solution but they are not working for me as the are now deprecated.

Solution

Problem in solution one is that android.provider.Settings.System.WIFI_STATIC_DNS1 is deprecated now.

Solution 2

In solution 2 one answer is marked as working solution but now read fails for me also failed for other users read comments section of that answer.

Also I want to configure DNS for both mobile and wifi network. So, I need a solution that should work for at least API level 29.

I just want to change dns (mobile data/ wifi) without routing device.

Author:Muhammad Hamza,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/60511876/change-dns-programmatically-for-both-sim-network-wifi-android
yy